Html Css Color HEX #307ACD Curious Blue

📋 copy color: '#307ACD'

red 48 ◦ green 122 ◦ blue 205

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

Shades of Curious Blue #307ACD

Tints of Curious Blue #307ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.53%

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

R = 12.8%
G = 32.53%
B = 54.67%

CMYK

 C value IS 0.77

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#307ACD (or 0x307ACD) is known color: Curious Blue. HEX triplet: 30, 7A and CD. RGB value is (48,122,205). Sum of RGB (Red+Green+Blue) = 48+122+205=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #307ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ACD is #CF8532. Grayscale: #6C6C6C. Windows color (decimal): -13600051 or 13466160. OLE color: 13466160.

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

Color convert

RGB 48 122 205 -
CMYK 0.77 0.40 0 0.20
HSL 211.72º 0.62% 0.5% -
HSV(B) 211.72º 0.77% 0.8% -
XYZ 19.2 18.96 60.4 -
YUV 109.34 181.98 84.25 -
System Red Green Blue C M Y K H S L
Decimal 48 122 205 0.77 0.40 0 0.20 211.72 0.62 0.5
Hex 30 7A CD 4D 28 0 14 D4 3E 32
Octal 60 172 315 115 50 0 24 324 76 62
Binary 110000 1111010 11001101 1001101 101000 0 10100 11010100 111110 110010

Color Harmonies of #307ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307ACD

Black with #307ACD

Text Example


Text Example

White with #307ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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