Html Css Color HEX #608BDA Cornflower Blue

📋 copy color: '#608BDA'

red 96 ◦ green 139 ◦ blue 218

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

Shades of Cornflower Blue #608BDA

Tints of Cornflower Blue #608BDA

RGB

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

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

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

R = 21.19%
G = 30.68%
B = 48.12%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#608BDA (or 0x608BDA) is known color: Cornflower Blue. HEX triplet: 60, 8B and DA. RGB value is (96,139,218). Sum of RGB (Red+Green+Blue) = 96+139+218=453 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.19% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #608BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608BDA is #9F7425. Grayscale: #868686. Windows color (decimal): -10449958 or 14322528. OLE color: 14322528.

HSL color Cylindrical-coordinate representation of color #608BDA: hue angle of 218.85º 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 #608BDA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 139 218 -
CMYK 0.56 0.36 0 0.15
HSL 218.85º 0.62% 0.62% -
HSV(B) 218.85º 0.56% 0.85% -
XYZ 26.71 26.01 69.94 -
YUV 135.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 96 139 218 0.56 0.36 0 0.15 218.85 0.62 0.62
Hex 60 8B DA 38 24 0 F DB 3E 3E
Octal 140 213 332 70 44 0 17 333 76 76
Binary 1100000 10001011 11011010 111000 100100 0 1111 11011011 111110 111110

Color Harmonies of #608BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BDA

Black with #608BDA

Text Example


Text Example

White with #608BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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