Html Css Color HEX #308ACD Curious Blue

📋 copy color: '#308ACD'

red 48 ◦ green 138 ◦ blue 205

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

Shades of Curious Blue #308ACD

Tints of Curious Blue #308ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.29%

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

R = 12.28%
G = 35.29%
B = 52.43%

CMYK

 C value IS 0.77

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#308ACD (or 0x308ACD) is known color: Curious Blue. HEX triplet: 30, 8A and CD. RGB value is (48,138,205). Sum of RGB (Red+Green+Blue) = 48+138+205=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 205 (80.47% from 255 or 52.43% from 391); Max value from RGB is 205 - color contains mainly: blue. Hex color #308ACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ACD is #CF7532. Grayscale: #767676. Windows color (decimal): -13595955 or 13470256. OLE color: 13470256.

HSL color Cylindrical-coordinate representation of color #308ACD: hue angle of 205.61º 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 #308ACD is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 138 205 -
CMYK 0.77 0.33 0 0.20
HSL 205.61º 0.62% 0.5% -
HSV(B) 205.61º 0.77% 0.8% -
XYZ 21.33 23.21 61.11 -
YUV 118.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 48 138 205 0.77 0.33 0 0.20 205.61 0.62 0.5
Hex 30 8A CD 4D 21 0 14 CE 3E 32
Octal 60 212 315 115 41 0 24 316 76 62
Binary 110000 10001010 11001101 1001101 100001 0 10100 11001110 111110 110010

Color Harmonies of #308ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308ACD

Black with #308ACD

Text Example


Text Example

White with #308ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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