Html Css Color HEX #608ADF Cornflower Blue

📋 copy color: '#608ADF'

red 96 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #608ADF

Tints of Cornflower Blue #608ADF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.2%

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

R = 21.01%
G = 30.2%
B = 48.8%

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

#608ADF (or 0x608ADF) is known color: Cornflower Blue. HEX triplet: 60, 8A and DF. RGB value is (96,138,223). Sum of RGB (Red+Green+Blue) = 96+138+223=457 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.01% from 457); Green value is 138 (54.30% from 255 or 30.20% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #608ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608ADF is #9F7520. Grayscale: #868686. Windows color (decimal): -10450209 or 14649952. OLE color: 14649952.

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

Color convert

RGB 96 138 223 -
CMYK 0.57 0.38 0 0.13
HSL 220.16º 0.66% 0.63% -
HSV(B) 220.16º 0.57% 0.87% -
XYZ 27.23 25.99 73.39 -
YUV 135.13 177.59 100.09 -
System Red Green Blue C M Y K H S L
Decimal 96 138 223 0.57 0.38 0 0.13 220.16 0.66 0.63
Hex 60 8A DF 39 26 0 D DC 42 3F
Octal 140 212 337 71 46 0 15 334 102 77
Binary 1100000 10001010 11011111 111001 100110 0 1101 11011100 1000010 111111

Color Harmonies of #608ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608ADF

Black with #608ADF

Text Example


Text Example

White with #608ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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