Html Css Color HEX #448CBE Curious Blue

📋 copy color: '#448CBE'

red 68 ◦ green 140 ◦ blue 190

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

Shades of Curious Blue #448CBE

Tints of Curious Blue #448CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 17.09%
G = 35.18%
B = 47.74%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#448CBE (or 0x448CBE) is known color: Curious Blue. HEX triplet: 44, 8C and BE. RGB value is (68,140,190). Sum of RGB (Red+Green+Blue) = 68+140+190=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #448CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBE is #BB7341. Grayscale: #7B7B7B. Windows color (decimal): -12284738 or 12487748. OLE color: 12487748.

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

Color convert

RGB 68 140 190 -
CMYK 0.64 0.26 0 0.25
HSL 204.59º 0.48% 0.51% -
HSV(B) 204.59º 0.64% 0.75% -
XYZ 21.06 23.7 52.18 -
YUV 124.17 165.15 87.93 -
System Red Green Blue C M Y K H S L
Decimal 68 140 190 0.64 0.26 0 0.25 204.59 0.48 0.51
Hex 44 8C BE 40 1A 0 19 CD 30 33
Octal 104 214 276 100 32 0 31 315 60 63
Binary 1000100 10001100 10111110 1000000 11010 0 11001 11001101 110000 110011

Color Harmonies of #448CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CBE

Black with #448CBE

Text Example


Text Example

White with #448CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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