Html Css Color HEX #607DFC Cornflower Blue

📋 copy color: '#607DFC'

red 96 ◦ green 125 ◦ blue 252

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

Shades of Cornflower Blue #607DFC

Tints of Cornflower Blue #607DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.28%

R = 20.3%
G = 26.43%
B = 53.28%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#607DFC (or 0x607DFC) is known color: Cornflower Blue. HEX triplet: 60, 7D and FC. RGB value is (96,125,252). Sum of RGB (Red+Green+Blue) = 96+125+252=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #607DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DFC is #9F8203. Grayscale: #828282. Windows color (decimal): -10453508 or 16547168. OLE color: 16547168.

HSL color Cylindrical-coordinate representation of color #607DFC: hue angle of 228.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #607DFC is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 125 252 -
CMYK 0.62 0.50 0 0.01
HSL 228.85º 0.96% 0.68% -
HSV(B) 228.85º 0.62% 0.99% -
XYZ 29.73 24.18 95.2 -
YUV 130.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 96 125 252 0.62 0.50 0 0.01 228.85 0.96 0.68
Hex 60 7D FC 3E 32 0 1 E5 60 44
Octal 140 175 374 76 62 0 1 345 140 104
Binary 1100000 1111101 11111100 111110 110010 0 1 11100101 1100000 1000100

Color Harmonies of #607DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DFC

Black with #607DFC

Text Example


Text Example

White with #607DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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