Html Css Color HEX #4BA2EF Cornflower Blue

📋 copy color: '#4BA2EF'

red 75 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #4BA2EF

Tints of Cornflower Blue #4BA2EF

RGB

 RED value IS 75 (29.69% from 255) = 15.76%

 GREEN value IS 162 (63.67% from 255) = 34.03%

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 15.76%
G = 34.03%
B = 50.21%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4BA2EF (or 0x4BA2EF) is known color: Cornflower Blue. HEX triplet: 4B, A2 and EF. RGB value is (75,162,239). Sum of RGB (Red+Green+Blue) = 75+162+239=476 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.76% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #4BA2EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA2EF is #B45D10. Grayscale: #909090. Windows color (decimal): -11820305 or 15704651. OLE color: 15704651.

HSL color Cylindrical-coordinate representation of color #4BA2EF: hue angle of 208.17º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BA2EF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 162 239 -
CMYK 0.69 0.32 0 0.06
HSL 208.17º 0.84% 0.62% -
HSV(B) 208.17º 0.69% 0.94% -
XYZ 31.4 33.57 86.49 -
YUV 144.77 181.18 78.24 -
System Red Green Blue C M Y K H S L
Decimal 75 162 239 0.69 0.32 0 0.06 208.17 0.84 0.62
Hex 4B A2 EF 45 20 0 6 D0 54 3E
Octal 113 242 357 105 40 0 6 320 124 76
Binary 1001011 10100010 11101111 1000101 100000 0 110 11010000 1010100 111110

Color Harmonies of #4BA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA2EF

Black with #4BA2EF

Text Example


Text Example

White with #4BA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BA2EF; }

 p { color: rgb(75,162,239); }

 H1.HeaderClassName
 {
   color: #4BA2EF;
 }
 .AnyTagClassName
 {
   color: #4BA2EF;
 }
</style>

background-color css

<style>
 a { background-color: #4BA2EF; }

 a { background-color: rgb(75,162,239); }

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

border-color css

<style>
 span { border-color: #4BA2EF; }

 span { border-color: rgb(75,162,239); }

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