Html Css Color HEX #448BC9 Curious Blue

📋 copy color: '#448BC9'

red 68 ◦ green 139 ◦ blue 201

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

Shades of Curious Blue #448BC9

Tints of Curious Blue #448BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.26%

R = 16.67%
G = 34.07%
B = 49.26%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#448BC9 (or 0x448BC9) is known color: Curious Blue. HEX triplet: 44, 8B and C9. RGB value is (68,139,201). Sum of RGB (Red+Green+Blue) = 68+139+201=408 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.67% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #448BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BC9 is #BB7436. Grayscale: #7C7C7C. Windows color (decimal): -12284983 or 13208388. OLE color: 13208388.

HSL color Cylindrical-coordinate representation of color #448BC9: hue angle of 207.97º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #448BC9 is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 139 201 -
CMYK 0.66 0.31 0 0.21
HSL 207.97º 0.55% 0.53% -
HSV(B) 207.97º 0.66% 0.79% -
XYZ 22.16 23.91 58.71 -
YUV 124.84 170.98 87.46 -
System Red Green Blue C M Y K H S L
Decimal 68 139 201 0.66 0.31 0 0.21 207.97 0.55 0.53
Hex 44 8B C9 42 1F 0 15 D0 37 35
Octal 104 213 311 102 37 0 25 320 67 65
Binary 1000100 10001011 11001001 1000010 11111 0 10101 11010000 110111 110101

Color Harmonies of #448BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BC9

Black with #448BC9

Text Example


Text Example

White with #448BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,139,201); }

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

background-color css

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

 a { background-color: rgb(68,139,201); }

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

border-color css

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

 span { border-color: rgb(68,139,201); }

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