Html Css Color HEX #448FEA Cornflower Blue

📋 copy color: '#448FEA'

red 68 ◦ green 143 ◦ blue 234

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

Shades of Cornflower Blue #448FEA

Tints of Cornflower Blue #448FEA

RGB

 RED value IS 68 (26.95% from 255) = 15.28%

 GREEN value IS 143 (56.25% from 255) = 32.13%

 BLUE value IS 234 (91.8% from 255) = 52.58%

R = 15.28%
G = 32.13%
B = 52.58%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#448FEA (or 0x448FEA) is known color: Cornflower Blue. HEX triplet: 44, 8F and EA. RGB value is (68,143,234). Sum of RGB (Red+Green+Blue) = 68+143+234=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 143 (56.25% from 255 or 32.13% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #448FEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #448FEA is #BB7015. Grayscale: #828282. Windows color (decimal): -12283926 or 15372100. OLE color: 15372100.

HSL color Cylindrical-coordinate representation of color #448FEA: hue angle of 212.89º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448FEA is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 143 234 -
CMYK 0.71 0.39 0 0.08
HSL 212.89º 0.8% 0.59% -
HSV(B) 212.89º 0.71% 0.92% -
XYZ 27.06 26.81 81.59 -
YUV 130.95 186.15 83.1 -
System Red Green Blue C M Y K H S L
Decimal 68 143 234 0.71 0.39 0 0.08 212.89 0.8 0.59
Hex 44 8F EA 47 27 0 8 D5 50 3B
Octal 104 217 352 107 47 0 10 325 120 73
Binary 1000100 10001111 11101010 1000111 100111 0 1000 11010101 1010000 111011

Color Harmonies of #448FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FEA

Black with #448FEA

Text Example


Text Example

White with #448FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448FEA; }

 p { color: rgb(68,143,234); }

 H1.HeaderClassName
 {
   color: #448FEA;
 }
 .AnyTagClassName
 {
   color: #448FEA;
 }
</style>

background-color css

<style>
 a { background-color: #448FEA; }

 a { background-color: rgb(68,143,234); }

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

border-color css

<style>
 span { border-color: #448FEA; }

 span { border-color: rgb(68,143,234); }

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