Html Css Color HEX #307ACF Curious Blue

📋 copy color: '#307ACF'

red 48 ◦ green 122 ◦ blue 207

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

Shades of Curious Blue #307ACF

Tints of Curious Blue #307ACF

RGB

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

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

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

R = 12.73%
G = 32.36%
B = 54.91%

CMYK

 C value IS 0.77

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#307ACF (or 0x307ACF) is known color: Curious Blue. HEX triplet: 30, 7A and CF. RGB value is (48,122,207). Sum of RGB (Red+Green+Blue) = 48+122+207=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #307ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ACF is #CF8530. Grayscale: #6D6D6D. Windows color (decimal): -13600049 or 13597232. OLE color: 13597232.

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

Color convert

RGB 48 122 207 -
CMYK 0.77 0.41 0 0.19
HSL 212.08º 0.62% 0.5% -
HSV(B) 212.08º 0.77% 0.81% -
XYZ 19.44 19.05 61.68 -
YUV 109.56 182.98 84.09 -
System Red Green Blue C M Y K H S L
Decimal 48 122 207 0.77 0.41 0 0.19 212.08 0.62 0.5
Hex 30 7A CF 4D 29 0 13 D4 3E 32
Octal 60 172 317 115 51 0 23 324 76 62
Binary 110000 1111010 11001111 1001101 101001 0 10011 11010100 111110 110010

Color Harmonies of #307ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307ACF

Black with #307ACF

Text Example


Text Example

White with #307ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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