Html Css Color HEX #608CDF Cornflower Blue

📋 copy color: '#608CDF'

red 96 ◦ green 140 ◦ blue 223

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

Shades of Cornflower Blue #608CDF

Tints of Cornflower Blue #608CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.5%

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

R = 20.92%
G = 30.5%
B = 48.58%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#608CDF (or 0x608CDF) is known color: Cornflower Blue. HEX triplet: 60, 8C and DF. RGB value is (96,140,223). Sum of RGB (Red+Green+Blue) = 96+140+223=459 (60% of max value = 765). Red value is 96 (37.89% from 255 or 20.92% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #608CDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CDF is #9F7320. Grayscale: #878787. Windows color (decimal): -10449697 or 14650464. OLE color: 14650464.

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

Color convert

RGB 96 140 223 -
CMYK 0.57 0.37 0 0.13
HSL 219.21º 0.66% 0.63% -
HSV(B) 219.21º 0.57% 0.87% -
XYZ 27.52 26.57 73.49 -
YUV 136.31 176.92 99.25 -
System Red Green Blue C M Y K H S L
Decimal 96 140 223 0.57 0.37 0 0.13 219.21 0.66 0.63
Hex 60 8C DF 39 25 0 D DB 42 3F
Octal 140 214 337 71 45 0 15 333 102 77
Binary 1100000 10001100 11011111 111001 100101 0 1101 11011011 1000010 111111

Color Harmonies of #608CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CDF

Black with #608CDF

Text Example


Text Example

White with #608CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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