Html Css Color HEX #448BCA Curious Blue

📋 copy color: '#448BCA'

red 68 ◦ green 139 ◦ blue 202

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

Shades of Curious Blue #448BCA

Tints of Curious Blue #448BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 16.63%
G = 33.99%
B = 49.39%

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

#448BCA (or 0x448BCA) is known color: Curious Blue. HEX triplet: 44, 8B and CA. RGB value is (68,139,202). Sum of RGB (Red+Green+Blue) = 68+139+202=409 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.63% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #448BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BCA is #BB7435. Grayscale: #7C7C7C. Windows color (decimal): -12284982 or 13273924. OLE color: 13273924.

HSL color Cylindrical-coordinate representation of color #448BCA: hue angle of 208.21º degrees, saturation: 0.56, 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 #448BCA is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 68 139 202 -
CMYK 0.66 0.31 0 0.21
HSL 208.21º 0.56% 0.53% -
HSV(B) 208.21º 0.66% 0.79% -
XYZ 22.28 23.96 59.33 -
YUV 124.95 171.48 87.38 -
System Red Green Blue C M Y K H S L
Decimal 68 139 202 0.66 0.31 0 0.21 208.21 0.56 0.53
Hex 44 8B CA 42 1F 0 15 D0 38 35
Octal 104 213 312 102 37 0 25 320 70 65
Binary 1000100 10001011 11001010 1000010 11111 0 10101 11010000 111000 110101

Color Harmonies of #448BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BCA

Black with #448BCA

Text Example


Text Example

White with #448BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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