Html Css Color HEX #468DF4 Cornflower Blue

📋 copy color: '#468DF4'

red 70 ◦ green 141 ◦ blue 244

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

Shades of Cornflower Blue #468DF4

Tints of Cornflower Blue #468DF4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.99%

 BLUE value IS 244 (95.7% from 255) = 53.63%

R = 15.38%
G = 30.99%
B = 53.63%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#468DF4 (or 0x468DF4) is known color: Cornflower Blue. HEX triplet: 46, 8D and F4. RGB value is (70,141,244). Sum of RGB (Red+Green+Blue) = 70+141+244=455 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.38% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 244 (95.70% from 255 or 53.63% from 455); Max value from RGB is 244 - color contains mainly: blue. Hex color #468DF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468DF4 is #B9720B. Grayscale: #838383. Windows color (decimal): -12153356 or 16026950. OLE color: 16026950.

HSL color Cylindrical-coordinate representation of color #468DF4: hue angle of 215.52º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #468DF4 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 141 244 -
CMYK 0.71 0.42 0 0.04
HSL 215.52º 0.89% 0.62% -
HSV(B) 215.52º 0.71% 0.96% -
XYZ 28.38 26.88 89.28 -
YUV 131.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 70 141 244 0.71 0.42 0 0.04 215.52 0.89 0.62
Hex 46 8D F4 47 2A 0 4 D8 59 3E
Octal 106 215 364 107 52 0 4 330 131 76
Binary 1000110 10001101 11110100 1000111 101010 0 100 11011000 1011001 111110

Color Harmonies of #468DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468DF4

Black with #468DF4

Text Example


Text Example

White with #468DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,141,244); }

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

background-color css

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

 a { background-color: rgb(70,141,244); }

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

border-color css

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

 span { border-color: rgb(70,141,244); }

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