Html Css Color HEX #307DCD Curious Blue

📋 copy color: '#307DCD'

red 48 ◦ green 125 ◦ blue 205

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

Shades of Curious Blue #307DCD

Tints of Curious Blue #307DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 33.07%

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

R = 12.7%
G = 33.07%
B = 54.23%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#307DCD (or 0x307DCD) is known color: Curious Blue. HEX triplet: 30, 7D and CD. RGB value is (48,125,205). Sum of RGB (Red+Green+Blue) = 48+125+205=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #307DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DCD is #CF8232. Grayscale: #6E6E6E. Windows color (decimal): -13599283 or 13466928. OLE color: 13466928.

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

Color convert

RGB 48 125 205 -
CMYK 0.77 0.39 0 0.20
HSL 210.57º 0.62% 0.5% -
HSV(B) 210.57º 0.77% 0.8% -
XYZ 19.57 19.7 60.53 -
YUV 111.1 180.99 83 -
System Red Green Blue C M Y K H S L
Decimal 48 125 205 0.77 0.39 0 0.20 210.57 0.62 0.5
Hex 30 7D CD 4D 27 0 14 D3 3E 32
Octal 60 175 315 115 47 0 24 323 76 62
Binary 110000 1111101 11001101 1001101 100111 0 10100 11010011 111110 110010

Color Harmonies of #307DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307DCD

Black with #307DCD

Text Example


Text Example

White with #307DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307DCD; }

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

 H1.HeaderClassName
 {
   color: #307DCD;
 }
 .AnyTagClassName
 {
   color: #307DCD;
 }
</style>

background-color css

<style>
 a { background-color: #307DCD; }

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

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

border-color css

<style>
 span { border-color: #307DCD; }

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

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