Html Css Color HEX #608FEA Cornflower Blue

📋 copy color: '#608FEA'

red 96 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #608FEA

Tints of Cornflower Blue #608FEA

RGB

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

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

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

R = 20.3%
G = 30.23%
B = 49.47%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#608FEA (or 0x608FEA) is known color: Cornflower Blue. HEX triplet: 60, 8F and EA. RGB value is (96,143,234). Sum of RGB (Red+Green+Blue) = 96+143+234=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 234 (91.80% from 255 or 49.47% from 473); Max value from RGB is 234 - color contains mainly: blue. Hex color #608FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608FEA is #9F7015. Grayscale: #8A8A8A. Windows color (decimal): -10448918 or 15372128. OLE color: 15372128.

HSL color Cylindrical-coordinate representation of color #608FEA: hue angle of 219.57º 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 #608FEA is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 143 234 -
CMYK 0.59 0.39 0 0.08
HSL 219.57º 0.77% 0.65% -
HSV(B) 219.57º 0.59% 0.92% -
XYZ 29.5 28.07 81.71 -
YUV 139.32 181.43 97.1 -
System Red Green Blue C M Y K H S L
Decimal 96 143 234 0.59 0.39 0 0.08 219.57 0.77 0.65
Hex 60 8F EA 3B 27 0 8 DC 4D 41
Octal 140 217 352 73 47 0 10 334 115 101
Binary 1100000 10001111 11101010 111011 100111 0 1000 11011100 1001101 1000001

Color Harmonies of #608FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FEA

Black with #608FEA

Text Example


Text Example

White with #608FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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