Html Css Color HEX #469BFD Cornflower Blue

📋 copy color: '#469BFD'

red 70 ◦ green 155 ◦ blue 253

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

Shades of Cornflower Blue #469BFD

Tints of Cornflower Blue #469BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.43%

 BLUE value IS 253 (99.22% from 255) = 52.93%

R = 14.64%
G = 32.43%
B = 52.93%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#469BFD (or 0x469BFD) is known color: Cornflower Blue. HEX triplet: 46, 9B and FD. RGB value is (70,155,253). Sum of RGB (Red+Green+Blue) = 70+155+253=478 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.64% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 253 (99.22% from 255 or 52.93% from 478); Max value from RGB is 253 - color contains mainly: blue. Hex color #469BFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #469BFD is #B96402. Grayscale: #8C8C8C. Windows color (decimal): -12149763 or 16620358. OLE color: 16620358.

HSL color Cylindrical-coordinate representation of color #469BFD: hue angle of 212.13º degrees, saturation: 0.98, 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 #469BFD is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 155 253 -
CMYK 0.72 0.39 0 0.01
HSL 212.13º 0.98% 0.63% -
HSV(B) 212.13º 0.72% 0.99% -
XYZ 31.98 31.84 97.39 -
YUV 140.76 191.34 77.53 -
System Red Green Blue C M Y K H S L
Decimal 70 155 253 0.72 0.39 0 0.01 212.13 0.98 0.63
Hex 46 9B FD 48 27 0 1 D4 62 3F
Octal 106 233 375 110 47 0 1 324 142 77
Binary 1000110 10011011 11111101 1001000 100111 0 1 11010100 1100010 111111

Color Harmonies of #469BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BFD

Black with #469BFD

Text Example


Text Example

White with #469BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469BFD; }

 p { color: rgb(70,155,253); }

 H1.HeaderClassName
 {
   color: #469BFD;
 }
 .AnyTagClassName
 {
   color: #469BFD;
 }
</style>

background-color css

<style>
 a { background-color: #469BFD; }

 a { background-color: rgb(70,155,253); }

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

border-color css

<style>
 span { border-color: #469BFD; }

 span { border-color: rgb(70,155,253); }

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