Html Css Color HEX #308BD5 Curious Blue

📋 copy color: '#308BD5'

red 48 ◦ green 139 ◦ blue 213

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

Shades of Curious Blue #308BD5

Tints of Curious Blue #308BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 12%
G = 34.75%
B = 53.25%

CMYK

 C value IS 0.77

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#308BD5 (or 0x308BD5) is known color: Curious Blue. HEX triplet: 30, 8B and D5. RGB value is (48,139,213). Sum of RGB (Red+Green+Blue) = 48+139+213=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #308BD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BD5 is #CF742A. Grayscale: #777777. Windows color (decimal): -13595691 or 13994800. OLE color: 13994800.

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

Color convert

RGB 48 139 213 -
CMYK 0.77 0.35 0 0.16
HSL 206.91º 0.66% 0.51% -
HSV(B) 206.91º 0.77% 0.84% -
XYZ 22.46 23.9 66.38 -
YUV 120.23 180.35 76.48 -
System Red Green Blue C M Y K H S L
Decimal 48 139 213 0.77 0.35 0 0.16 206.91 0.66 0.51
Hex 30 8B D5 4D 23 0 10 CF 42 33
Octal 60 213 325 115 43 0 20 317 102 63
Binary 110000 10001011 11010101 1001101 100011 0 10000 11001111 1000010 110011

Color Harmonies of #308BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308BD5

Black with #308BD5

Text Example


Text Example

White with #308BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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