Html Css Color HEX #308CDB Curious Blue

📋 copy color: '#308CDB'

red 48 ◦ green 140 ◦ blue 219

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

Shades of Curious Blue #308CDB

Tints of Curious Blue #308CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.4%

 BLUE value IS 219 (85.94% from 255) = 53.81%

R = 11.79%
G = 34.4%
B = 53.81%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#308CDB (or 0x308CDB) is known color: Curious Blue. HEX triplet: 30, 8C and DB. RGB value is (48,140,219). Sum of RGB (Red+Green+Blue) = 48+140+219=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #308CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CDB is #CF7324. Grayscale: #797979. Windows color (decimal): -13595429 or 14388272. OLE color: 14388272.

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

Color convert

RGB 48 140 219 -
CMYK 0.78 0.36 0 0.14
HSL 207.72º 0.7% 0.52% -
HSV(B) 207.72º 0.78% 0.86% -
XYZ 23.38 24.5 70.51 -
YUV 121.5 183.02 75.58 -
System Red Green Blue C M Y K H S L
Decimal 48 140 219 0.78 0.36 0 0.14 207.72 0.7 0.52
Hex 30 8C DB 4E 24 0 E D0 46 34
Octal 60 214 333 116 44 0 16 320 106 64
Binary 110000 10001100 11011011 1001110 100100 0 1110 11010000 1000110 110100

Color Harmonies of #308CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CDB

Black with #308CDB

Text Example


Text Example

White with #308CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,140,219); }

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

background-color css

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

 a { background-color: rgb(48,140,219); }

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

border-color css

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

 span { border-color: rgb(48,140,219); }

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