Html Css Color HEX #448BCF Curious Blue

📋 copy color: '#448BCF'

red 68 ◦ green 139 ◦ blue 207

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

Shades of Curious Blue #448BCF

Tints of Curious Blue #448BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 16.43%
G = 33.57%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#448BCF (or 0x448BCF) is known color: Curious Blue. HEX triplet: 44, 8B and CF. RGB value is (68,139,207). Sum of RGB (Red+Green+Blue) = 68+139+207=414 (54% of max value = 765). Red value is 68 (26.95% from 255 or 16.43% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #448BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448BCF is #BB7430. Grayscale: #7D7D7D. Windows color (decimal): -12284977 or 13601604. OLE color: 13601604.

HSL color Cylindrical-coordinate representation of color #448BCF: hue angle of 209.35º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #448BCF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 139 207 -
CMYK 0.67 0.33 0 0.19
HSL 209.35º 0.59% 0.54% -
HSV(B) 209.35º 0.67% 0.81% -
XYZ 22.88 24.2 62.5 -
YUV 125.52 173.98 86.97 -
System Red Green Blue C M Y K H S L
Decimal 68 139 207 0.67 0.33 0 0.19 209.35 0.59 0.54
Hex 44 8B CF 43 21 0 13 D1 3B 36
Octal 104 213 317 103 41 0 23 321 73 66
Binary 1000100 10001011 11001111 1000011 100001 0 10011 11010001 111011 110110

Color Harmonies of #448BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448BCF

Black with #448BCF

Text Example


Text Example

White with #448BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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