Html Css Color HEX #308DD6 Curious Blue

📋 copy color: '#308DD6'

red 48 ◦ green 141 ◦ blue 214

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

Shades of Curious Blue #308DD6

Tints of Curious Blue #308DD6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.99%

 BLUE value IS 214 (83.98% from 255) = 53.1%

R = 11.91%
G = 34.99%
B = 53.1%

CMYK

 C value IS 0.78

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#308DD6 (or 0x308DD6) is known color: Curious Blue. HEX triplet: 30, 8D and D6. RGB value is (48,141,214). Sum of RGB (Red+Green+Blue) = 48+141+214=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #308DD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DD6 is #CF7229. Grayscale: #797979. Windows color (decimal): -13595178 or 14060848. OLE color: 14060848.

HSL color Cylindrical-coordinate representation of color #308DD6: hue angle of 206.39º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308DD6 is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 141 214 -
CMYK 0.78 0.34 0 0.16
HSL 206.39º 0.67% 0.51% -
HSV(B) 206.39º 0.78% 0.84% -
XYZ 22.88 24.53 67.15 -
YUV 121.52 180.19 75.56 -
System Red Green Blue C M Y K H S L
Decimal 48 141 214 0.78 0.34 0 0.16 206.39 0.67 0.51
Hex 30 8D D6 4E 22 0 10 CE 43 33
Octal 60 215 326 116 42 0 20 316 103 63
Binary 110000 10001101 11010110 1001110 100010 0 10000 11001110 1000011 110011

Color Harmonies of #308DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DD6

Black with #308DD6

Text Example


Text Example

White with #308DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,141,214); }

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

background-color css

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

 a { background-color: rgb(48,141,214); }

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

border-color css

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

 span { border-color: rgb(48,141,214); }

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