Html Css Color HEX #608DFA Cornflower Blue

📋 copy color: '#608DFA'

red 96 ◦ green 141 ◦ blue 250

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

Shades of Cornflower Blue #608DFA

Tints of Cornflower Blue #608DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.95%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 19.71%
G = 28.95%
B = 51.33%

CMYK

 C value IS 0.62

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#608DFA (or 0x608DFA) is known color: Cornflower Blue. HEX triplet: 60, 8D and FA. RGB value is (96,141,250). Sum of RGB (Red+Green+Blue) = 96+141+250=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #608DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608DFA is #9F7205. Grayscale: #8B8B8B. Windows color (decimal): -10449414 or 16420192. OLE color: 16420192.

HSL color Cylindrical-coordinate representation of color #608DFA: hue angle of 222.47º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #608DFA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 141 250 -
CMYK 0.62 0.44 0 0.02
HSL 222.47º 0.94% 0.68% -
HSV(B) 222.47º 0.62% 0.98% -
XYZ 31.6 28.44 94.27 -
YUV 139.97 190.09 96.64 -
System Red Green Blue C M Y K H S L
Decimal 96 141 250 0.62 0.44 0 0.02 222.47 0.94 0.68
Hex 60 8D FA 3E 2C 0 2 DE 5E 44
Octal 140 215 372 76 54 0 2 336 136 104
Binary 1100000 10001101 11111010 111110 101100 0 10 11011110 1011110 1000100

Color Harmonies of #608DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DFA

Black with #608DFA

Text Example


Text Example

White with #608DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,250); }

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

background-color css

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

 a { background-color: rgb(96,141,250); }

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

border-color css

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

 span { border-color: rgb(96,141,250); }

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