Html Css Color HEX #308BDC Curious Blue

📋 copy color: '#308BDC'

red 48 ◦ green 139 ◦ blue 220

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

Shades of Curious Blue #308BDC

Tints of Curious Blue #308BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 11.79%
G = 34.15%
B = 54.05%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#308BDC (or 0x308BDC) is known color: Curious Blue. HEX triplet: 30, 8B and DC. RGB value is (48,139,220). Sum of RGB (Red+Green+Blue) = 48+139+220=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #308BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BDC is #CF7423. Grayscale: #787878. Windows color (decimal): -13595684 or 14453552. OLE color: 14453552.

HSL color Cylindrical-coordinate representation of color #308BDC: hue angle of 208.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308BDC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 139 220 -
CMYK 0.78 0.37 0 0.14
HSL 208.26º 0.71% 0.53% -
HSV(B) 208.26º 0.78% 0.86% -
XYZ 23.37 24.26 71.16 -
YUV 121.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 48 139 220 0.78 0.37 0 0.14 208.26 0.71 0.53
Hex 30 8B DC 4E 25 0 E D0 47 35
Octal 60 213 334 116 45 0 16 320 107 65
Binary 110000 10001011 11011100 1001110 100101 0 1110 11010000 1000111 110101

Color Harmonies of #308BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BDC

Black with #308BDC

Text Example


Text Example

White with #308BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,139,220); }

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

background-color css

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

 a { background-color: rgb(48,139,220); }

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

border-color css

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

 span { border-color: rgb(48,139,220); }

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