Html Css Color HEX #608FDA Cornflower Blue

📋 copy color: '#608FDA'

red 96 ◦ green 143 ◦ blue 218

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

Shades of Cornflower Blue #608FDA

Tints of Cornflower Blue #608FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 21.01%
G = 31.29%
B = 47.7%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#608FDA (or 0x608FDA) is known color: Cornflower Blue. HEX triplet: 60, 8F and DA. RGB value is (96,143,218). Sum of RGB (Red+Green+Blue) = 96+143+218=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #608FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FDA is #9F7025. Grayscale: #898989. Windows color (decimal): -10448934 or 14323552. OLE color: 14323552.

HSL color Cylindrical-coordinate representation of color #608FDA: hue angle of 216.89º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #608FDA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 143 218 -
CMYK 0.56 0.34 0 0.15
HSL 216.89º 0.62% 0.62% -
HSV(B) 216.89º 0.56% 0.85% -
XYZ 27.3 27.19 70.14 -
YUV 137.5 173.43 98.4 -
System Red Green Blue C M Y K H S L
Decimal 96 143 218 0.56 0.34 0 0.15 216.89 0.62 0.62
Hex 60 8F DA 38 22 0 F D9 3E 3E
Octal 140 217 332 70 42 0 17 331 76 76
Binary 1100000 10001111 11011010 111000 100010 0 1111 11011001 111110 111110

Color Harmonies of #608FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FDA

Black with #608FDA

Text Example


Text Example

White with #608FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,143,218); }

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

background-color css

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

 a { background-color: rgb(96,143,218); }

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

border-color css

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

 span { border-color: rgb(96,143,218); }

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