Html Css Color HEX #4C8AFA Cornflower Blue

📋 copy color: '#4C8AFA'

red 76 ◦ green 138 ◦ blue 250

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

Shades of Cornflower Blue #4C8AFA

Tints of Cornflower Blue #4C8AFA

RGB

 RED value IS 76 (30.08% from 255) = 16.38%

 GREEN value IS 138 (54.3% from 255) = 29.74%

 BLUE value IS 250 (98.05% from 255) = 53.88%

R = 16.38%
G = 29.74%
B = 53.88%

CMYK

 C value IS 0.70

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C8AFA (or 0x4C8AFA) is known color: Cornflower Blue. HEX triplet: 4C, 8A and FA. RGB value is (76,138,250). Sum of RGB (Red+Green+Blue) = 76+138+250=464 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.38% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 250 (98.05% from 255 or 53.88% from 464); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C8AFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C8AFA is #B37505. Grayscale: #838383. Windows color (decimal): -11760902 or 16419404. OLE color: 16419404.

HSL color Cylindrical-coordinate representation of color #4C8AFA: hue angle of 218.62º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C8AFA is Cyan = 0.70, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 138 250 -
CMYK 0.70 0.45 0 0.02
HSL 218.62º 0.95% 0.64% -
HSV(B) 218.62º 0.7% 0.98% -
XYZ 29.32 26.62 94.03 -
YUV 132.23 194.46 87.89 -
System Red Green Blue C M Y K H S L
Decimal 76 138 250 0.70 0.45 0 0.02 218.62 0.95 0.64
Hex 4C 8A FA 46 2D 0 2 DB 5F 40
Octal 114 212 372 106 55 0 2 333 137 100
Binary 1001100 10001010 11111010 1000110 101101 0 10 11011011 1011111 1000000

Color Harmonies of #4C8AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8AFA

Black with #4C8AFA

Text Example


Text Example

White with #4C8AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,138,250); }

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

background-color css

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

 a { background-color: rgb(76,138,250); }

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

border-color css

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

 span { border-color: rgb(76,138,250); }

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