Html Css Color HEX #448BCB Curious Blue

📋 copy color: '#448BCB'

red 68 ◦ green 139 ◦ blue 203

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

Shades of Curious Blue #448BCB

Tints of Curious Blue #448BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 16.59%
G = 33.9%
B = 49.51%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#448BCB (or 0x448BCB) is known color: Curious Blue. HEX triplet: 44, 8B and CB. RGB value is (68,139,203). Sum of RGB (Red+Green+Blue) = 68+139+203=410 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.59% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #448BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BCB is #BB7434. Grayscale: #7C7C7C. Windows color (decimal): -12284981 or 13339460. OLE color: 13339460.

HSL color Cylindrical-coordinate representation of color #448BCB: hue angle of 208.44º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448BCB is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 139 203 -
CMYK 0.67 0.32 0 0.20
HSL 208.44º 0.56% 0.53% -
HSV(B) 208.44º 0.67% 0.8% -
XYZ 22.4 24.01 59.95 -
YUV 125.07 171.98 87.3 -
System Red Green Blue C M Y K H S L
Decimal 68 139 203 0.67 0.32 0 0.20 208.44 0.56 0.53
Hex 44 8B CB 43 20 0 14 D0 38 35
Octal 104 213 313 103 40 0 24 320 70 65
Binary 1000100 10001011 11001011 1000011 100000 0 10100 11010000 111000 110101

Color Harmonies of #448BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BCB

Black with #448BCB

Text Example


Text Example

White with #448BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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