Html Css Color HEX #308ECD Curious Blue

📋 copy color: '#308ECD'

red 48 ◦ green 142 ◦ blue 205

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

Shades of Curious Blue #308ECD

Tints of Curious Blue #308ECD

RGB

 RED value IS 48 (19.14% from 255) = 12.15%

 GREEN value IS 142 (55.86% from 255) = 35.95%

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 12.15%
G = 35.95%
B = 51.9%

CMYK

 C value IS 0.77

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#308ECD (or 0x308ECD) is known color: Curious Blue. HEX triplet: 30, 8E and CD. RGB value is (48,142,205). Sum of RGB (Red+Green+Blue) = 48+142+205=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #308ECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ECD is #CF7132. Grayscale: #787878. Windows color (decimal): -13594931 or 13471280. OLE color: 13471280.

HSL color Cylindrical-coordinate representation of color #308ECD: hue angle of 204.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308ECD is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 142 205 -
CMYK 0.77 0.31 0 0.20
HSL 204.08º 0.62% 0.5% -
HSV(B) 204.08º 0.77% 0.8% -
XYZ 21.91 24.38 61.31 -
YUV 121.08 175.36 75.88 -
System Red Green Blue C M Y K H S L
Decimal 48 142 205 0.77 0.31 0 0.20 204.08 0.62 0.5
Hex 30 8E CD 4D 1F 0 14 CC 3E 32
Octal 60 216 315 115 37 0 24 314 76 62
Binary 110000 10001110 11001101 1001101 11111 0 10100 11001100 111110 110010

Color Harmonies of #308ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ECD

Black with #308ECD

Text Example


Text Example

White with #308ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308ECD; }

 p { color: rgb(48,142,205); }

 H1.HeaderClassName
 {
   color: #308ECD;
 }
 .AnyTagClassName
 {
   color: #308ECD;
 }
</style>

background-color css

<style>
 a { background-color: #308ECD; }

 a { background-color: rgb(48,142,205); }

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

border-color css

<style>
 span { border-color: #308ECD; }

 span { border-color: rgb(48,142,205); }

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