Html Css Color HEX #428BD3 Curious Blue

📋 copy color: '#428BD3'

red 66 ◦ green 139 ◦ blue 211

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

Shades of Curious Blue #428BD3

Tints of Curious Blue #428BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 50.72%

R = 15.87%
G = 33.41%
B = 50.72%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#428BD3 (or 0x428BD3) is known color: Curious Blue. HEX triplet: 42, 8B and D3. RGB value is (66,139,211). Sum of RGB (Red+Green+Blue) = 66+139+211=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 211 (82.81% from 255 or 50.72% from 416); Max value from RGB is 211 - color contains mainly: blue. Hex color #428BD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #428BD3 is #BD742C. Grayscale: #7D7D7D. Windows color (decimal): -12416045 or 13863746. OLE color: 13863746.

HSL color Cylindrical-coordinate representation of color #428BD3: hue angle of 209.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #428BD3 is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 66 139 211 -
CMYK 0.69 0.34 0 0.17
HSL 209.79º 0.62% 0.54% -
HSV(B) 209.79º 0.69% 0.83% -
XYZ 23.24 24.33 65.1 -
YUV 125.38 176.32 85.65 -
System Red Green Blue C M Y K H S L
Decimal 66 139 211 0.69 0.34 0 0.17 209.79 0.62 0.54
Hex 42 8B D3 45 22 0 11 D2 3E 36
Octal 102 213 323 105 42 0 21 322 76 66
Binary 1000010 10001011 11010011 1000101 100010 0 10001 11010010 111110 110110

Color Harmonies of #428BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #428BD3

Black with #428BD3

Text Example


Text Example

White with #428BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #428BD3; }

 p { color: rgb(66,139,211); }

 H1.HeaderClassName
 {
   color: #428BD3;
 }
 .AnyTagClassName
 {
   color: #428BD3;
 }
</style>

background-color css

<style>
 a { background-color: #428BD3; }

 a { background-color: rgb(66,139,211); }

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

border-color css

<style>
 span { border-color: #428BD3; }

 span { border-color: rgb(66,139,211); }

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