Html Css Color HEX #308DCF Curious Blue

📋 copy color: '#308DCF'

red 48 ◦ green 141 ◦ blue 207

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

Shades of Curious Blue #308DCF

Tints of Curious Blue #308DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.27%

R = 12.12%
G = 35.61%
B = 52.27%

CMYK

 C value IS 0.77

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#308DCF (or 0x308DCF) is known color: Curious Blue. HEX triplet: 30, 8D and CF. RGB value is (48,141,207). Sum of RGB (Red+Green+Blue) = 48+141+207=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #308DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DCF is #CF7230. Grayscale: #787878. Windows color (decimal): -13595185 or 13602096. OLE color: 13602096.

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

Color convert

RGB 48 141 207 -
CMYK 0.77 0.32 0 0.19
HSL 204.91º 0.62% 0.5% -
HSV(B) 204.91º 0.77% 0.81% -
XYZ 22.01 24.18 62.54 -
YUV 120.72 176.69 76.13 -
System Red Green Blue C M Y K H S L
Decimal 48 141 207 0.77 0.32 0 0.19 204.91 0.62 0.5
Hex 30 8D CF 4D 20 0 13 CD 3E 32
Octal 60 215 317 115 40 0 23 315 76 62
Binary 110000 10001101 11001111 1001101 100000 0 10011 11001101 111110 110010

Color Harmonies of #308DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308DCF

Black with #308DCF

Text Example


Text Example

White with #308DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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