Html Css Color HEX #468BFB Cornflower Blue

📋 copy color: '#468BFB'

red 70 ◦ green 139 ◦ blue 251

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

Shades of Cornflower Blue #468BFB

Tints of Cornflower Blue #468BFB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 15.22%
G = 30.22%
B = 54.57%

CMYK

 C value IS 0.72

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#468BFB (or 0x468BFB) is known color: Cornflower Blue. HEX triplet: 46, 8B and FB. RGB value is (70,139,251). Sum of RGB (Red+Green+Blue) = 70+139+251=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #468BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #468BFB is #B97404. Grayscale: #828282. Windows color (decimal): -12153861 or 16485190. OLE color: 16485190.

HSL color Cylindrical-coordinate representation of color #468BFB: hue angle of 217.13º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #468BFB is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 139 251 -
CMYK 0.72 0.45 0 0.02
HSL 217.13º 0.96% 0.63% -
HSV(B) 217.13º 0.72% 0.98% -
XYZ 29.17 26.73 94.89 -
YUV 131.14 195.64 84.39 -
System Red Green Blue C M Y K H S L
Decimal 70 139 251 0.72 0.45 0 0.02 217.13 0.96 0.63
Hex 46 8B FB 48 2D 0 2 D9 60 3F
Octal 106 213 373 110 55 0 2 331 140 77
Binary 1000110 10001011 11111011 1001000 101101 0 10 11011001 1100000 111111

Color Harmonies of #468BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468BFB

Black with #468BFB

Text Example


Text Example

White with #468BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,139,251); }

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

background-color css

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

 a { background-color: rgb(70,139,251); }

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

border-color css

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

 span { border-color: rgb(70,139,251); }

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