Html Css Color HEX #428BF1 Cornflower Blue

📋 copy color: '#428BF1'

red 66 ◦ green 139 ◦ blue 241

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

Shades of Cornflower Blue #428BF1

Tints of Cornflower Blue #428BF1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.17%

 BLUE value IS 241 (94.53% from 255) = 54.04%

R = 14.8%
G = 31.17%
B = 54.04%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#428BF1 (or 0x428BF1) is known color: Cornflower Blue. HEX triplet: 42, 8B and F1. RGB value is (66,139,241). Sum of RGB (Red+Green+Blue) = 66+139+241=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 241 (94.53% from 255 or 54.04% from 446); Max value from RGB is 241 - color contains mainly: blue. Hex color #428BF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #428BF1 is #BD740E. Grayscale: #808080. Windows color (decimal): -12416015 or 15829826. OLE color: 15829826.

HSL color Cylindrical-coordinate representation of color #428BF1: hue angle of 214.97º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #428BF1 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 66 139 241 -
CMYK 0.73 0.42 0 0.05
HSL 214.97º 0.86% 0.6% -
HSV(B) 214.97º 0.73% 0.95% -
XYZ 27.36 25.97 86.79 -
YUV 128.8 191.32 83.21 -
System Red Green Blue C M Y K H S L
Decimal 66 139 241 0.73 0.42 0 0.05 214.97 0.86 0.6
Hex 42 8B F1 49 2A 0 5 D7 56 3C
Octal 102 213 361 111 52 0 5 327 126 74
Binary 1000010 10001011 11110001 1001001 101010 0 101 11010111 1010110 111100

Color Harmonies of #428BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BF1

Black with #428BF1

Text Example


Text Example

White with #428BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,139,241); }

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

background-color css

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

 a { background-color: rgb(66,139,241); }

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

border-color css

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

 span { border-color: rgb(66,139,241); }

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