Html Css Color HEX #4386FE Cornflower Blue

📋 copy color: '#4386FE'

red 67 ◦ green 134 ◦ blue 254

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

Shades of Cornflower Blue #4386FE

Tints of Cornflower Blue #4386FE

RGB

 RED value IS 67 (26.56% from 255) = 14.73%

 GREEN value IS 134 (52.73% from 255) = 29.45%

 BLUE value IS 254 (99.61% from 255) = 55.82%

R = 14.73%
G = 29.45%
B = 55.82%

CMYK

 C value IS 0.74

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4386FE (or 0x4386FE) is known color: Cornflower Blue. HEX triplet: 43, 86 and FE. RGB value is (67,134,254). Sum of RGB (Red+Green+Blue) = 67+134+254=455 (60% of max value = 765). Red value is 67 (26.56% from 255 or 14.73% from 455); Green value is 134 (52.73% from 255 or 29.45% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #4386FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4386FE is #BC7901. Grayscale: #7F7F7F. Windows color (decimal): -12351746 or 16680515. OLE color: 16680515.

HSL color Cylindrical-coordinate representation of color #4386FE: hue angle of 218.5º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4386FE is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 67 134 254 -
CMYK 0.74 0.47 0 0.00
HSL 218.5º 0.99% 0.63% -
HSV(B) 218.5º 0.74% 1% -
XYZ 28.73 25.4 97.15 -
YUV 127.65 199.3 84.74 -
System Red Green Blue C M Y K H S L
Decimal 67 134 254 0.74 0.47 0 0.00 218.5 0.99 0.63
Hex 43 86 FE 4A 2F 0 0 DB 63 3F
Octal 103 206 376 112 57 0 0 333 143 77
Binary 1000011 10000110 11111110 1001010 101111 0 0 11011011 1100011 111111

Color Harmonies of #4386FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4386FE

Black with #4386FE

Text Example


Text Example

White with #4386FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4386FE; }

 p { color: rgb(67,134,254); }

 H1.HeaderClassName
 {
   color: #4386FE;
 }
 .AnyTagClassName
 {
   color: #4386FE;
 }
</style>

background-color css

<style>
 a { background-color: #4386FE; }

 a { background-color: rgb(67,134,254); }

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

border-color css

<style>
 span { border-color: #4386FE; }

 span { border-color: rgb(67,134,254); }

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