Html Css Color HEX #308CCF Curious Blue

📋 copy color: '#308CCF'

red 48 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #308CCF

Tints of Curious Blue #308CCF

RGB

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

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

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

R = 12.15%
G = 35.44%
B = 52.41%

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

#308CCF (or 0x308CCF) is known color: Curious Blue. HEX triplet: 30, 8C and CF. RGB value is (48,140,207). Sum of RGB (Red+Green+Blue) = 48+140+207=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #308CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CCF is #CF7330. Grayscale: #777777. Windows color (decimal): -13595441 or 13601840. OLE color: 13601840.

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

Color convert

RGB 48 140 207 -
CMYK 0.77 0.32 0 0.19
HSL 205.28º 0.62% 0.5% -
HSV(B) 205.28º 0.77% 0.81% -
XYZ 21.86 23.89 62.49 -
YUV 120.13 177.02 76.55 -
System Red Green Blue C M Y K H S L
Decimal 48 140 207 0.77 0.32 0 0.19 205.28 0.62 0.5
Hex 30 8C CF 4D 20 0 13 CD 3E 32
Octal 60 214 317 115 40 0 23 315 76 62
Binary 110000 10001100 11001111 1001101 100000 0 10011 11001101 111110 110010

Color Harmonies of #308CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308CCF

Black with #308CCF

Text Example


Text Example

White with #308CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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