Html Css Color HEX #758EEA Cornflower Blue

📋 copy color: '#758EEA'

red 117 ◦ green 142 ◦ blue 234

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

Shades of Cornflower Blue #758EEA

Tints of Cornflower Blue #758EEA

RGB

 RED value IS 117 (46.09% from 255) = 23.73%

 GREEN value IS 142 (55.86% from 255) = 28.8%

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

R = 23.73%
G = 28.8%
B = 47.46%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#758EEA (or 0x758EEA) is known color: Cornflower Blue. HEX triplet: 75, 8E and EA. RGB value is (117,142,234). Sum of RGB (Red+Green+Blue) = 117+142+234=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 142 (55.86% from 255 or 28.80% 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 #758EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #758EEA is #8A7115. Grayscale: #909090. Windows color (decimal): -9072918 or 15371893. OLE color: 15371893.

HSL color Cylindrical-coordinate representation of color #758EEA: hue angle of 227.18º 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 #758EEA is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 117 142 234 -
CMYK 0.5 0.39 0 0.08
HSL 227.18º 0.74% 0.69% -
HSV(B) 227.18º 0.5% 0.92% -
XYZ 31.86 29.07 81.77 -
YUV 145.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 117 142 234 0.5 0.39 0 0.08 227.18 0.74 0.69
Hex 75 8E EA 32 27 0 8 E3 4A 45
Octal 165 216 352 62 47 0 10 343 112 105
Binary 1110101 10001110 11101010 110010 100111 0 1000 11100011 1001010 1000101

Color Harmonies of #758EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758EEA

Black with #758EEA

Text Example


Text Example

White with #758EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758EEA; }

 p { color: rgb(117,142,234); }

 H1.HeaderClassName
 {
   color: #758EEA;
 }
 .AnyTagClassName
 {
   color: #758EEA;
 }
</style>

background-color css

<style>
 a { background-color: #758EEA; }

 a { background-color: rgb(117,142,234); }

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

border-color css

<style>
 span { border-color: #758EEA; }

 span { border-color: rgb(117,142,234); }

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