Html Css Color HEX #608EDF Cornflower Blue

📋 copy color: '#608EDF'

red 96 ◦ green 142 ◦ blue 223

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

Shades of Cornflower Blue #608EDF

Tints of Cornflower Blue #608EDF

RGB

 RED value IS 96 (37.89% from 255) = 20.82%

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 20.82%
G = 30.8%
B = 48.37%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#608EDF (or 0x608EDF) is known color: Cornflower Blue. HEX triplet: 60, 8E and DF. RGB value is (96,142,223). Sum of RGB (Red+Green+Blue) = 96+142+223=461 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.82% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #608EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608EDF is #9F7120. Grayscale: #898989. Windows color (decimal): -10449185 or 14650976. OLE color: 14650976.

HSL color Cylindrical-coordinate representation of color #608EDF: hue angle of 218.27º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #608EDF is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 142 223 -
CMYK 0.57 0.36 0 0.13
HSL 218.27º 0.66% 0.63% -
HSV(B) 218.27º 0.57% 0.87% -
XYZ 27.82 27.16 73.59 -
YUV 137.48 176.26 98.41 -
System Red Green Blue C M Y K H S L
Decimal 96 142 223 0.57 0.36 0 0.13 218.27 0.66 0.63
Hex 60 8E DF 39 24 0 D DA 42 3F
Octal 140 216 337 71 44 0 15 332 102 77
Binary 1100000 10001110 11011111 111001 100100 0 1101 11011010 1000010 111111

Color Harmonies of #608EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608EDF

Black with #608EDF

Text Example


Text Example

White with #608EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608EDF; }

 p { color: rgb(96,142,223); }

 H1.HeaderClassName
 {
   color: #608EDF;
 }
 .AnyTagClassName
 {
   color: #608EDF;
 }
</style>

background-color css

<style>
 a { background-color: #608EDF; }

 a { background-color: rgb(96,142,223); }

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

border-color css

<style>
 span { border-color: #608EDF; }

 span { border-color: rgb(96,142,223); }

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