Html Css Color HEX #468CFC Cornflower Blue

📋 copy color: '#468CFC'

red 70 ◦ green 140 ◦ blue 252

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

Shades of Cornflower Blue #468CFC

Tints of Cornflower Blue #468CFC

RGB

 RED value IS 70 (27.73% from 255) = 15.15%

 GREEN value IS 140 (55.08% from 255) = 30.3%

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

R = 15.15%
G = 30.3%
B = 54.55%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#468CFC (or 0x468CFC) is known color: Cornflower Blue. HEX triplet: 46, 8C and FC. RGB value is (70,140,252). Sum of RGB (Red+Green+Blue) = 70+140+252=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 140 (55.08% from 255 or 30.30% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #468CFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468CFC is #B97303. Grayscale: #838383. Windows color (decimal): -12153604 or 16550982. OLE color: 16550982.

HSL color Cylindrical-coordinate representation of color #468CFC: hue angle of 216.92º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468CFC is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 140 252 -
CMYK 0.72 0.44 0 0.01
HSL 216.92º 0.97% 0.63% -
HSV(B) 216.92º 0.72% 0.99% -
XYZ 29.47 27.09 95.77 -
YUV 131.84 195.81 83.89 -
System Red Green Blue C M Y K H S L
Decimal 70 140 252 0.72 0.44 0 0.01 216.92 0.97 0.63
Hex 46 8C FC 48 2C 0 1 D9 61 3F
Octal 106 214 374 110 54 0 1 331 141 77
Binary 1000110 10001100 11111100 1001000 101100 0 1 11011001 1100001 111111

Color Harmonies of #468CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468CFC

Black with #468CFC

Text Example


Text Example

White with #468CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468CFC; }

 p { color: rgb(70,140,252); }

 H1.HeaderClassName
 {
   color: #468CFC;
 }
 .AnyTagClassName
 {
   color: #468CFC;
 }
</style>

background-color css

<style>
 a { background-color: #468CFC; }

 a { background-color: rgb(70,140,252); }

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

border-color css

<style>
 span { border-color: #468CFC; }

 span { border-color: rgb(70,140,252); }

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