Html Css Color HEX #607DF8 Cornflower Blue

📋 copy color: '#607DF8'

red 96 ◦ green 125 ◦ blue 248

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

Shades of Cornflower Blue #607DF8

Tints of Cornflower Blue #607DF8

RGB

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

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

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

R = 20.47%
G = 26.65%
B = 52.88%

CMYK

 C value IS 0.61

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#607DF8 (or 0x607DF8) is known color: Cornflower Blue. HEX triplet: 60, 7D and F8. RGB value is (96,125,248). Sum of RGB (Red+Green+Blue) = 96+125+248=469 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.47% from 469); Green value is 125 (49.22% from 255 or 26.65% from 469); Blue value is 248 (97.27% from 255 or 52.88% from 469); Max value from RGB is 248 - color contains mainly: blue. Hex color #607DF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #607DF8 is #9F8207. Grayscale: #818181. Windows color (decimal): -10453512 or 16285024. OLE color: 16285024.

HSL color Cylindrical-coordinate representation of color #607DF8: hue angle of 228.55º 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 #607DF8 is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 125 248 -
CMYK 0.61 0.50 0 0.03
HSL 228.55º 0.92% 0.67% -
HSV(B) 228.55º 0.61% 0.97% -
XYZ 29.1 23.93 91.89 -
YUV 130.35 194.39 103.5 -
System Red Green Blue C M Y K H S L
Decimal 96 125 248 0.61 0.50 0 0.03 228.55 0.92 0.67
Hex 60 7D F8 3D 32 0 3 E5 5C 43
Octal 140 175 370 75 62 0 3 345 134 103
Binary 1100000 1111101 11111000 111101 110010 0 11 11100101 1011100 1000011

Color Harmonies of #607DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DF8

Black with #607DF8

Text Example


Text Example

White with #607DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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