Html Css Color HEX #4BA8FC Cornflower Blue

📋 copy color: '#4BA8FC'

red 75 ◦ green 168 ◦ blue 252

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

Shades of Cornflower Blue #4BA8FC

Tints of Cornflower Blue #4BA8FC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.94%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 15.15%
G = 33.94%
B = 50.91%

CMYK

 C value IS 0.70

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4BA8FC (or 0x4BA8FC) is known color: Cornflower Blue. HEX triplet: 4B, A8 and FC. RGB value is (75,168,252). Sum of RGB (Red+Green+Blue) = 75+168+252=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 168 (66.02% from 255 or 33.94% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BA8FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4BA8FC is #B45703. Grayscale: #959595. Windows color (decimal): -11818756 or 16558155. OLE color: 16558155.

HSL color Cylindrical-coordinate representation of color #4BA8FC: hue angle of 208.47º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BA8FC is Cyan = 0.70, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 168 252 -
CMYK 0.70 0.33 0 0.01
HSL 208.47º 0.97% 0.64% -
HSV(B) 208.47º 0.7% 0.99% -
XYZ 34.47 36.53 97.33 -
YUV 149.77 185.69 74.67 -
System Red Green Blue C M Y K H S L
Decimal 75 168 252 0.70 0.33 0 0.01 208.47 0.97 0.64
Hex 4B A8 FC 46 21 0 1 D0 61 40
Octal 113 250 374 106 41 0 1 320 141 100
Binary 1001011 10101000 11111100 1000110 100001 0 1 11010000 1100001 1000000

Color Harmonies of #4BA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA8FC

Black with #4BA8FC

Text Example


Text Example

White with #4BA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,168,252); }

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

background-color css

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

 a { background-color: rgb(75,168,252); }

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

border-color css

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

 span { border-color: rgb(75,168,252); }

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