Html Css Color HEX #748FEA Cornflower Blue

📋 copy color: '#748FEA'

red 116 ◦ green 143 ◦ blue 234

#748FEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #748FEA

Tints of Cornflower Blue #748FEA

RGB

 RED value IS 116 (45.7% from 255) = 23.53%

 GREEN value IS 143 (56.25% from 255) = 29.01%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 23.53%
G = 29.01%
B = 47.46%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#748FEA (or 0x748FEA) is known color: Cornflower Blue. HEX triplet: 74, 8F and EA. RGB value is (116,143,234). Sum of RGB (Red+Green+Blue) = 116+143+234=493 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.53% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #748FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #748FEA is #8B7015. Grayscale: #909090. Windows color (decimal): -9138198 or 15372148. OLE color: 15372148.

HSL color Cylindrical-coordinate representation of color #748FEA: hue angle of 226.27º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #748FEA is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 116 143 234 -
CMYK 0.50 0.39 0 0.08
HSL 226.27º 0.74% 0.69% -
HSV(B) 226.27º 0.5% 0.92% -
XYZ 31.88 29.3 81.82 -
YUV 145.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 116 143 234 0.50 0.39 0 0.08 226.27 0.74 0.69
Hex 74 8F EA 32 27 0 8 E2 4A 45
Octal 164 217 352 62 47 0 10 342 112 105
Binary 1110100 10001111 11101010 110010 100111 0 1000 11100010 1001010 1000101

Color Harmonies of #748FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748FEA

Black with #748FEA

Text Example


Text Example

White with #748FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748FEA; }

 p { color: rgb(116,143,234); }

 H1.HeaderClassName
 {
   color: #748FEA;
 }
 .AnyTagClassName
 {
   color: #748FEA;
 }
</style>

background-color css

<style>
 a { background-color: #748FEA; }

 a { background-color: rgb(116,143,234); }

 div.DivClassName
 {
   background-color: #748FEA;
 }
 .BgClassName
 {
   background-color: #748FEA;
 }
</style>

border-color css

<style>
 span { border-color: #748FEA; }

 span { border-color: rgb(116,143,234); }

 td.TdClassName
 {
   border-color: #748FEA;
 }
 .TagClassName
 {
   border-color: #748FEA;
 }
</style>