Html Css Color HEX #608CEA Cornflower Blue

📋 copy color: '#608CEA'

red 96 ◦ green 140 ◦ blue 234

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

Shades of Cornflower Blue #608CEA

Tints of Cornflower Blue #608CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.79%

R = 20.43%
G = 29.79%
B = 49.79%

CMYK

 C value IS 0.59

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#608CEA (or 0x608CEA) is known color: Cornflower Blue. HEX triplet: 60, 8C and EA. RGB value is (96,140,234). Sum of RGB (Red+Green+Blue) = 96+140+234=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 234 (91.80% from 255 or 49.79% from 470); Max value from RGB is 234 - color contains mainly: blue. Hex color #608CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CEA is #9F7315. Grayscale: #898989. Windows color (decimal): -10449686 or 15371360. OLE color: 15371360.

HSL color Cylindrical-coordinate representation of color #608CEA: hue angle of 220.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #608CEA is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 140 234 -
CMYK 0.59 0.40 0 0.08
HSL 220.87º 0.77% 0.65% -
HSV(B) 220.87º 0.59% 0.92% -
XYZ 29.05 27.18 81.56 -
YUV 137.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 96 140 234 0.59 0.40 0 0.08 220.87 0.77 0.65
Hex 60 8C EA 3B 28 0 8 DD 4D 41
Octal 140 214 352 73 50 0 10 335 115 101
Binary 1100000 10001100 11101010 111011 101000 0 1000 11011101 1001101 1000001

Color Harmonies of #608CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608CEA

Black with #608CEA

Text Example


Text Example

White with #608CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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