Html Css Color HEX #448ABE Curious Blue

📋 copy color: '#448ABE'

red 68 ◦ green 138 ◦ blue 190

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

Shades of Curious Blue #448ABE

Tints of Curious Blue #448ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 17.17%
G = 34.85%
B = 47.98%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448ABE (or 0x448ABE) is known color: Curious Blue. HEX triplet: 44, 8A and BE. RGB value is (68,138,190). Sum of RGB (Red+Green+Blue) = 68+138+190=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #448ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448ABE is #BB7541. Grayscale: #7A7A7A. Windows color (decimal): -12285250 or 12487236. OLE color: 12487236.

HSL color Cylindrical-coordinate representation of color #448ABE: hue angle of 205.57º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448ABE is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 138 190 -
CMYK 0.64 0.27 0 0.25
HSL 205.57º 0.48% 0.51% -
HSV(B) 205.57º 0.64% 0.75% -
XYZ 20.77 23.12 52.08 -
YUV 123 165.81 88.77 -
System Red Green Blue C M Y K H S L
Decimal 68 138 190 0.64 0.27 0 0.25 205.57 0.48 0.51
Hex 44 8A BE 40 1B 0 19 CE 30 33
Octal 104 212 276 100 33 0 31 316 60 63
Binary 1000100 10001010 10111110 1000000 11011 0 11001 11001110 110000 110011

Color Harmonies of #448ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448ABE

Black with #448ABE

Text Example


Text Example

White with #448ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,138,190); }

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

background-color css

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

 a { background-color: rgb(68,138,190); }

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

border-color css

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

 span { border-color: rgb(68,138,190); }

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