Html Css Color HEX #608AF8 Cornflower Blue

📋 copy color: '#608AF8'

red 96 ◦ green 138 ◦ blue 248

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

Shades of Cornflower Blue #608AF8

Tints of Cornflower Blue #608AF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 51.45%

R = 19.92%
G = 28.63%
B = 51.45%

CMYK

 C value IS 0.61

 M value IS 0.44

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#608AF8 (or 0x608AF8) is known color: Cornflower Blue. HEX triplet: 60, 8A and F8. RGB value is (96,138,248). Sum of RGB (Red+Green+Blue) = 96+138+248=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 138 (54.30% from 255 or 28.63% from 482); Blue value is 248 (97.27% from 255 or 51.45% from 482); Max value from RGB is 248 - color contains mainly: blue. Hex color #608AF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608AF8 is #9F7507. Grayscale: #898989. Windows color (decimal): -10450184 or 16288352. OLE color: 16288352.

HSL color Cylindrical-coordinate representation of color #608AF8: hue angle of 223.42º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #608AF8 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 138 248 -
CMYK 0.61 0.44 0 0.03
HSL 223.42º 0.92% 0.67% -
HSV(B) 223.42º 0.61% 0.97% -
XYZ 30.86 27.44 92.48 -
YUV 137.98 190.09 98.06 -
System Red Green Blue C M Y K H S L
Decimal 96 138 248 0.61 0.44 0 0.03 223.42 0.92 0.67
Hex 60 8A F8 3D 2C 0 3 DF 5C 43
Octal 140 212 370 75 54 0 3 337 134 103
Binary 1100000 10001010 11111000 111101 101100 0 11 11011111 1011100 1000011

Color Harmonies of #608AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AF8

Black with #608AF8

Text Example


Text Example

White with #608AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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