Html Css Color HEX #608BDF Cornflower Blue

📋 copy color: '#608BDF'

red 96 ◦ green 139 ◦ blue 223

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

Shades of Cornflower Blue #608BDF

Tints of Cornflower Blue #608BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.35%

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

R = 20.96%
G = 30.35%
B = 48.69%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#608BDF (or 0x608BDF) is known color: Cornflower Blue. HEX triplet: 60, 8B and DF. RGB value is (96,139,223). Sum of RGB (Red+Green+Blue) = 96+139+223=458 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.96% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #608BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDF is #9F7420. Grayscale: #878787. Windows color (decimal): -10449953 or 14650208. OLE color: 14650208.

HSL color Cylindrical-coordinate representation of color #608BDF: hue angle of 219.69º 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 #608BDF is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 139 223 -
CMYK 0.57 0.38 0 0.13
HSL 219.69º 0.66% 0.63% -
HSV(B) 219.69º 0.57% 0.87% -
XYZ 27.38 26.28 73.44 -
YUV 135.72 177.25 99.67 -
System Red Green Blue C M Y K H S L
Decimal 96 139 223 0.57 0.38 0 0.13 219.69 0.66 0.63
Hex 60 8B DF 39 26 0 D DC 42 3F
Octal 140 213 337 71 46 0 15 334 102 77
Binary 1100000 10001011 11011111 111001 100110 0 1101 11011100 1000010 111111

Color Harmonies of #608BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BDF

Black with #608BDF

Text Example


Text Example

White with #608BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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