Html Css Color HEX #448FBE Curious Blue

📋 copy color: '#448FBE'

red 68 ◦ green 143 ◦ blue 190

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

Shades of Curious Blue #448FBE

Tints of Curious Blue #448FBE

RGB

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

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

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

R = 16.96%
G = 35.66%
B = 47.38%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448FBE (or 0x448FBE) is known color: Curious Blue. HEX triplet: 44, 8F and BE. RGB value is (68,143,190). Sum of RGB (Red+Green+Blue) = 68+143+190=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #448FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448FBE is #BB7041. Grayscale: #7D7D7D. Windows color (decimal): -12283970 or 12488516. OLE color: 12488516.

HSL color Cylindrical-coordinate representation of color #448FBE: hue angle of 203.11º 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 #448FBE is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 143 190 -
CMYK 0.64 0.25 0 0.25
HSL 203.11º 0.48% 0.51% -
HSV(B) 203.11º 0.64% 0.75% -
XYZ 21.5 24.59 52.33 -
YUV 125.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 68 143 190 0.64 0.25 0 0.25 203.11 0.48 0.51
Hex 44 8F BE 40 19 0 19 CB 30 33
Octal 104 217 276 100 31 0 31 313 60 63
Binary 1000100 10001111 10111110 1000000 11001 0 11001 11001011 110000 110011

Color Harmonies of #448FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448FBE

Black with #448FBE

Text Example


Text Example

White with #448FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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