Html Css Color HEX #4283BB Curious Blue

📋 copy color: '#4283BB'

red 66 ◦ green 131 ◦ blue 187

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

Shades of Curious Blue #4283BB

Tints of Curious Blue #4283BB

RGB

 RED value IS 66 (26.17% from 255) = 17.19%

 GREEN value IS 131 (51.56% from 255) = 34.11%

 BLUE value IS 187 (73.44% from 255) = 48.7%

R = 17.19%
G = 34.11%
B = 48.7%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4283BB (or 0x4283BB) is known color: Curious Blue. HEX triplet: 42, 83 and BB. RGB value is (66,131,187). Sum of RGB (Red+Green+Blue) = 66+131+187=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4283BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4283BB is #BD7C44. Grayscale: #757575. Windows color (decimal): -12418117 or 12288834. OLE color: 12288834.

HSL color Cylindrical-coordinate representation of color #4283BB: hue angle of 207.77º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4283BB is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 131 187 -
CMYK 0.65 0.30 0 0.27
HSL 207.77º 0.48% 0.5% -
HSV(B) 207.77º 0.65% 0.73% -
XYZ 19.33 20.98 50.04 -
YUV 117.95 166.97 90.95 -
System Red Green Blue C M Y K H S L
Decimal 66 131 187 0.65 0.30 0 0.27 207.77 0.48 0.5
Hex 42 83 BB 41 1E 0 1B D0 30 32
Octal 102 203 273 101 36 0 33 320 60 62
Binary 1000010 10000011 10111011 1000001 11110 0 11011 11010000 110000 110010

Color Harmonies of #4283BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4283BB

Black with #4283BB

Text Example


Text Example

White with #4283BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4283BB; }

 p { color: rgb(66,131,187); }

 H1.HeaderClassName
 {
   color: #4283BB;
 }
 .AnyTagClassName
 {
   color: #4283BB;
 }
</style>

background-color css

<style>
 a { background-color: #4283BB; }

 a { background-color: rgb(66,131,187); }

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

border-color css

<style>
 span { border-color: #4283BB; }

 span { border-color: rgb(66,131,187); }

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