Html Css Color HEX #448CBC Curious Blue

📋 copy color: '#448CBC'

red 68 ◦ green 140 ◦ blue 188

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

Shades of Curious Blue #448CBC

Tints of Curious Blue #448CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 17.17%
G = 35.35%
B = 47.47%

CMYK

 C value IS 0.64

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#448CBC (or 0x448CBC) is known color: Curious Blue. HEX triplet: 44, 8C and BC. RGB value is (68,140,188). Sum of RGB (Red+Green+Blue) = 68+140+188=396 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.17% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #448CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448CBC is #BB7343. Grayscale: #7B7B7B. Windows color (decimal): -12284740 or 12356676. OLE color: 12356676.

HSL color Cylindrical-coordinate representation of color #448CBC: hue angle of 204º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #448CBC is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 140 188 -
CMYK 0.64 0.26 0 0.26
HSL 204º 0.47% 0.5% -
HSV(B) 204º 0.64% 0.74% -
XYZ 20.84 23.62 51.04 -
YUV 123.94 164.15 88.1 -
System Red Green Blue C M Y K H S L
Decimal 68 140 188 0.64 0.26 0 0.26 204 0.47 0.5
Hex 44 8C BC 40 1A 0 1A CC 2F 32
Octal 104 214 274 100 32 0 32 314 57 62
Binary 1000100 10001100 10111100 1000000 11010 0 11010 11001100 101111 110010

Color Harmonies of #448CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448CBC

Black with #448CBC

Text Example


Text Example

White with #448CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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