Html Css Color HEX #608AF2 Cornflower Blue

📋 copy color: '#608AF2'

red 96 ◦ green 138 ◦ blue 242

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

Shades of Cornflower Blue #608AF2

Tints of Cornflower Blue #608AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 50.84%

R = 20.17%
G = 28.99%
B = 50.84%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#608AF2 (or 0x608AF2) is known color: Cornflower Blue. HEX triplet: 60, 8A and F2. RGB value is (96,138,242). Sum of RGB (Red+Green+Blue) = 96+138+242=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 242 (94.92% from 255 or 50.84% from 476); Max value from RGB is 242 - color contains mainly: blue. Hex color #608AF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608AF2 is #9F750D. Grayscale: #888888. Windows color (decimal): -10450190 or 15895136. OLE color: 15895136.

HSL color Cylindrical-coordinate representation of color #608AF2: hue angle of 222.74º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #608AF2 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 96 138 242 -
CMYK 0.60 0.43 0 0.05
HSL 222.74º 0.85% 0.66% -
HSV(B) 222.74º 0.6% 0.95% -
XYZ 29.94 27.07 87.65 -
YUV 137.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 96 138 242 0.60 0.43 0 0.05 222.74 0.85 0.66
Hex 60 8A F2 3C 2B 0 5 DF 55 42
Octal 140 212 362 74 53 0 5 337 125 102
Binary 1100000 10001010 11110010 111100 101011 0 101 11011111 1010101 1000010

Color Harmonies of #608AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AF2

Black with #608AF2

Text Example


Text Example

White with #608AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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