Html Css Color HEX #428FF7 Cornflower Blue

📋 copy color: '#428FF7'

red 66 ◦ green 143 ◦ blue 247

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

Shades of Cornflower Blue #428FF7

Tints of Cornflower Blue #428FF7

RGB

 RED value IS 66 (26.17% from 255) = 14.47%

 GREEN value IS 143 (56.25% from 255) = 31.36%

 BLUE value IS 247 (96.88% from 255) = 54.17%

R = 14.47%
G = 31.36%
B = 54.17%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#428FF7 (or 0x428FF7) is known color: Cornflower Blue. HEX triplet: 42, 8F and F7. RGB value is (66,143,247). Sum of RGB (Red+Green+Blue) = 66+143+247=456 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.47% from 456); Green value is 143 (56.25% from 255 or 31.36% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #428FF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428FF7 is #BD7008. Grayscale: #838383. Windows color (decimal): -12414985 or 16224066. OLE color: 16224066.

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

Color convert

RGB 66 143 247 -
CMYK 0.73 0.42 0 0.03
HSL 214.48º 0.92% 0.61% -
HSV(B) 214.48º 0.73% 0.97% -
XYZ 28.86 27.52 91.79 -
YUV 131.83 192.99 81.04 -
System Red Green Blue C M Y K H S L
Decimal 66 143 247 0.73 0.42 0 0.03 214.48 0.92 0.61
Hex 42 8F F7 49 2A 0 3 D6 5C 3D
Octal 102 217 367 111 52 0 3 326 134 75
Binary 1000010 10001111 11110111 1001001 101010 0 11 11010110 1011100 111101

Color Harmonies of #428FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428FF7

Black with #428FF7

Text Example


Text Example

White with #428FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428FF7; }

 p { color: rgb(66,143,247); }

 H1.HeaderClassName
 {
   color: #428FF7;
 }
 .AnyTagClassName
 {
   color: #428FF7;
 }
</style>

background-color css

<style>
 a { background-color: #428FF7; }

 a { background-color: rgb(66,143,247); }

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

border-color css

<style>
 span { border-color: #428FF7; }

 span { border-color: rgb(66,143,247); }

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