Html Css Color HEX #607DFB Cornflower Blue

📋 copy color: '#607DFB'

red 96 ◦ green 125 ◦ blue 251

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

Shades of Cornflower Blue #607DFB

Tints of Cornflower Blue #607DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 251 (98.44% from 255) = 53.18%

R = 20.34%
G = 26.48%
B = 53.18%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#607DFB (or 0x607DFB) is known color: Cornflower Blue. HEX triplet: 60, 7D and FB. RGB value is (96,125,251). Sum of RGB (Red+Green+Blue) = 96+125+251=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #607DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DFB is #9F8204. Grayscale: #828282. Windows color (decimal): -10453509 or 16481632. OLE color: 16481632.

HSL color Cylindrical-coordinate representation of color #607DFB: hue angle of 228.77º degrees, saturation: 0.95, 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 #607DFB is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 125 251 -
CMYK 0.62 0.50 0 0.02
HSL 228.77º 0.95% 0.68% -
HSV(B) 228.77º 0.62% 0.98% -
XYZ 29.57 24.12 94.36 -
YUV 130.69 195.89 103.25 -
System Red Green Blue C M Y K H S L
Decimal 96 125 251 0.62 0.50 0 0.02 228.77 0.95 0.68
Hex 60 7D FB 3E 32 0 2 E5 5F 44
Octal 140 175 373 76 62 0 2 345 137 104
Binary 1100000 1111101 11111011 111110 110010 0 10 11100101 1011111 1000100

Color Harmonies of #607DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DFB

Black with #607DFB

Text Example


Text Example

White with #607DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607DFB; }

 p { color: rgb(96,125,251); }

 H1.HeaderClassName
 {
   color: #607DFB;
 }
 .AnyTagClassName
 {
   color: #607DFB;
 }
</style>

background-color css

<style>
 a { background-color: #607DFB; }

 a { background-color: rgb(96,125,251); }

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

border-color css

<style>
 span { border-color: #607DFB; }

 span { border-color: rgb(96,125,251); }

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